home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / qptech.arc / TI120.ASC < prev    next >
Text File  |  1991-04-25  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. PRODUCT  :  QUATTRO PRO                            NUMBER  :  120
  9. VERSION  :  ALL
  10.      OS  :  DOS
  11.    DATE  :  April 11, 1991                 PAGE  :  1/2
  12.  
  13.   TITLE  :  XY GRAPHS WITH MULTIPLE X-AXIS
  14.  
  15.  
  16.  
  17.  
  18. Quattro Pro currently allows only one X-Axis series per graph.
  19. However, through planning and organization, it is possible to
  20. plot multiple X-Axis values against different series values.  The
  21. following example shows how to set up an XY graph to display
  22. multiple X values against varying Y values.
  23.  
  24. This example assumes the following data points (x,y):
  25.  
  26.      (x ,y )        (x ,y )       (x ,y )
  27.        1  1          2  2         3    3
  28.       0,10         1,5        2,3
  29.       5,8         3,7        5,4
  30.       8,17         6,12        7,6
  31.      11,21         8,13        9,8
  32.             11,14       10,10
  33.                    12,12
  34.  
  35. Note that the number of data points to plot don't have to be
  36. equal in size.    Also, since there is only one scale for the X-
  37. Axis, your data points should all be within a common range.  For
  38. example, plotting the points 5,8 and 50,80 (as different series)
  39. will produce a plot which extends to extreme regions of the
  40. graph.
  41.  
  42. Since X values are plotted against Y values, an XY graph should
  43. be used.
  44.  
  45. Place the Y values of each series in a single column (series),
  46. and place the corresponding X values in a separate column.  These
  47. Y-Axes should be selected as separate series.  The Y-Axis series
  48. will contain some empty cells since the block range in each
  49. series must match the full block range of X values.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. PRODUCT  :  QUATTRO PRO                            NUMBER  :  120
  75. VERSION  :  ALL
  76.      OS  :  DOS
  77.    DATE  :  April 11, 1991                 PAGE  :  2/2
  78.  
  79.   TITLE  :  XY GRAPHS WITH MULTIPLE X-AXIS
  80.  
  81.  
  82.  
  83.  
  84. Each series defined will appear as follows:
  85.  
  86. SERIES:      X-Axis         1st        2nd            3rd
  87.          ┌───┐        ┌───┐       ┌───┐      ┌───┐
  88.          │    0│        │ 10│       │   │      │   │
  89.          │    5│        │  8│       │   │      │   │
  90.          │    8│        │ 17│       │   │      │   │
  91.          │ 11│        │ 21│       │   │      │   │
  92.          │    1│        │    │       │  5│      │   │
  93.          │    3│        │    │       │  7│      │   │
  94.          │    6│        │    │       │ 12│      │   │
  95.          │    8│        │    │       │ 13│      │   │
  96.          │ 11│        │    │       │ 14│      │   │
  97.          │    2│        │    │       │   │      │  3│
  98.          │    5│        │    │       │   │      │  4│
  99.          │    7│        │    │       │   │      │  6│
  100.          │    9│        │    │       │   │      │  8│
  101.          │ 10│        │    │       │   │      │ 10│
  102.          │ 12│        │    │       │   │      │ 12│
  103.          └───┘        └───┘       └───┘      └───┘
  104. EXAMPLE
  105. RANGES:     A1..A15       B1..B15      C1..C15     D1..D15
  106.  
  107. By combining all X values into one series and padding the Y-Axis
  108. series with spaces, the resulting graph produces the effect of
  109. multiple X-Axis ranges.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.